Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / StateList<T> Class / StateList<T> Constructor


In This Topic
    StateList<T> Constructor
    In This Topic
    Initializes a new instance of the StateList<T> class.
    Syntax
    'Declaration
     
    
    Public Function New()
    'Usage
     
    
    Dim instance As New StateList(Of T)()
    public StateList<T>()
    See Also